@charset "utf-8";

/* CSS Document */
body {

    font-size: 14px;
    font-family: "微软雅黑", arial;
    margin: 0 auto;
    padding: 0;
    min-width: 1260px;
}

* {
    box-sizing: border-box;
}

/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}


/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;

}

/* 链接样式 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.row {
    width: 100%;
    margin: 0 !important;
}

.content-width {
    width: 1200px;
    margin: auto !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.pagination-style.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.pagination-style .swiper-pagination-fraction {
    bottom: 20px !important;
}

.pagination-style .swiper-pagination-bullet {
    width: 16px;
    border-radius: 8px;
    height: 16px;
    margin: 0 10px !important;
    background: rgba(255, 255, 255, 1);
}

.pagination-style .swiper-pagination-bullet-active {
    background: #063990;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8f8f8f;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8f8f8f;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8f8f8f;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8f8f8f;
}

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #5c5c5c !important;
    content: ">\00A0" !important;
}

.min-height-600 {
    min-height: 600px;
}